GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-27T08:18:59.3410889+00:00",
"SubmitDate": "2026-04-27T08:18:59.3410889+00:00",
"ReportPeriodStart": "2026-04-27T08:18:59.3410889+00:00",
"ReportPeriodEnd": "2026-04-27T08:18:59.3410889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f81ee13d-2e6f-4799-9426-e1fc9caceb5d",
"Rows": [
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f81ee13d-2e6f-4799-9426-e1fc9caceb5d",
"Rows": [
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e76f612a-b0f0-4695-a330-6d9c737d1d1a",
"e42e5acd-07b1-42ca-ae04-350b70e221c1"
],
"Approvers": [
"a05ebf38-5141-4645-9521-3449e835b966",
"cd2b8ddc-88a5-42ac-ad36-315580612b31"
],
"ApprovedBy": "8c8a079f-8125-47ff-88ca-da5192f2fbce",
"ApprovalDate": "2026-04-27T08:18:59.3410889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f30fa30e-4d71-4534-8a4b-8bf911ade7f4",
"id": "7bdf0726-5ae8-4900-a952-596de243ae32",
"ConfigId": "aadb138b-4117-45e4-bd22-2297f00f386d"
},
{
"GenerationDate": "2026-04-27T08:18:59.3410889+00:00",
"SubmitDate": "2026-04-27T08:18:59.3410889+00:00",
"ReportPeriodStart": "2026-04-27T08:18:59.3410889+00:00",
"ReportPeriodEnd": "2026-04-27T08:18:59.3410889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f81ee13d-2e6f-4799-9426-e1fc9caceb5d",
"Rows": [
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f81ee13d-2e6f-4799-9426-e1fc9caceb5d",
"Rows": [
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c224ca7-d9d2-432f-9229-959183da164e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e76f612a-b0f0-4695-a330-6d9c737d1d1a",
"e42e5acd-07b1-42ca-ae04-350b70e221c1"
],
"Approvers": [
"a05ebf38-5141-4645-9521-3449e835b966",
"cd2b8ddc-88a5-42ac-ad36-315580612b31"
],
"ApprovedBy": "8c8a079f-8125-47ff-88ca-da5192f2fbce",
"ApprovalDate": "2026-04-27T08:18:59.3410889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f30fa30e-4d71-4534-8a4b-8bf911ade7f4",
"id": "7bdf0726-5ae8-4900-a952-596de243ae32",
"ConfigId": "aadb138b-4117-45e4-bd22-2297f00f386d"
}
]